home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / mycutepets.swf / scripts / DefineSprite_599 / frame_1 / DoAction.as < prev   
Text File  |  2008-03-17  |  100b  |  8 lines

  1. function playSound(str)
  2. {
  3.    if(_parent.sound_MC.enable)
  4.    {
  5.       gotoAndPlay(str);
  6.    }
  7. }
  8.